Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..Item Property

Gets or sets the element with the specified key.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public TValue this[
	ValueTuple<TKey1, TKey2> key
] { get; set; }
Public Default Property Item ( _
	key As ValueTuple(Of TKey1, TKey2) _
) As TValue
	Get
	Set

Parameters

key
Type: ValueTuple<(Of <(<'TKey1, TKey2>)>)>
The key.

Return Value

TValue.